home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 36
/
Amiga Format CD36 (1999-01-22)(Future Publishing)(GB)[!][issue 1999-02].iso
/
s
/
user-startup
< prev
Wrap
Text File
|
1998-07-07
|
905b
|
40 lines
assign cd: sys:
;BEGIN MUI
if exists "CD:+System+/MUI"
assign MUI: "CD:+System+/MUI"
if exists MUI:Libs
assign add LIBS: MUI:Libs
endif
if exists MUI:Locale
assign add LOCALE: MUI:Locale
endif
version >nil: exec.library 39
if not warn
if exists MUI:Docs
if exists HELP:dummy ; do not remove
endif ; this entry!
assign add HELP: MUI:Docs
endif
endif
endif
;END MUI
; This mounts KCON and KRAW
Assign CON: DISMOUNT
Assign RAW: DISMOUNT
Mount CON: from DEVS:KingCON-mountlist
Mount RAW: from DEVS:KingCON-mountlist
;END KingCON
CD:c/AFCDView CD:+System+/Info/disclaimer.iff >nil:
avail flush >NIL:
setenv Choices_Run Yes!
;----------------------
echo ""
echo "The Amiga Format CD-ROM is designed to boot on a CD³² only!"
wait 3
echo ""
echo "If you are not using a CD³², please reboot from your hard drive."
wait 5